projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b27c699
)
(push): Fix typo.
author
Dave Love
<fx@gnu.org>
Tue, 31 Aug 1999 13:12:46 +0000
(13:12 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 31 Aug 1999 13:12:46 +0000
(13:12 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 5d94a2aa9add103a7728a2535463f6d3f9c15216..0d781e0082e0c6e1be9f4eb7237d164fb529423f 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-55,8
+55,8
@@
BODY should be a list of lisp expressions."
"Add NEWELT to the list which is the value of LISTNAME.
This is equivalent to (setq LISTNAME (cons NEWELT LISTNAME)).
LISTNAME must be a symbol."
- (list 'setq list
- (list 'cons newelt list)))
+ (list 'setq list
name
+ (list 'cons newelt list
name
)))
(defmacro pop (listname)
"Return the first element of LISTNAME's value, and remove it from the list.